(Fdefmacro): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Feb 2003 15:44:40 +0000 (15:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 12 Feb 2003 15:44:40 +0000 (15:44 +0000)
src/eval.c

index 9d63da194a87c4e96a87059ffb8606564c0fc5fc..373a9ad432b5d8624438ed4122fa03a9b50ef8b2 100644 (file)
@@ -664,7 +664,7 @@ The elements can look like this:
 
   (edebug DEBUG)
        Set NAME's `edebug-form-spec' property to DEBUG.  (This is
-       equivalent to writing a `def-edebug-spec' for the macro.
+       equivalent to writing a `def-edebug-spec' for the macro.)
 usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...)  */)
      (args)
      Lisp_Object args;